home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / gcblpel1.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  12.2 KB  |  375 lines

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1992 Adobe Systems Incorporated.
  4. *% Copyright 1993 GCC Technologies, Inc.
  5. *% All Rights Reserved.
  6. *% Permission is granted for redistribution of this file as
  7. *% long as this copyright notice is intact and the contents
  8. *% of the file is not altered in any way from its original form.
  9. *% End of Copyright statement
  10. *% Modified by Microsoft 1/22/99 a-roblow Added LanguageLevel
  11. *% 02/05/99 Microsoft: Option1 is InstalledMemory
  12. *FormatVersion: "4.0"
  13. *FileVersion: "1.22"
  14. *PCFileName: "GCBLPEL1.PPD"
  15. *LanguageVersion: English
  16. *Manufacturer: "GCC"
  17. *Product: "(BLP Elite)"
  18. *PSVersion: "(52.3) 1"
  19. *NickName: "GCC BLP Elite v52.3"
  20. *ModelName: "GCC BLP Elite"
  21.  
  22. *% General Information and Defaults ===============
  23. *FreeVM: "450446"
  24. *VMOption None: "450446"
  25. *VMOption 4Meg: "2546634"
  26. *OpenGroup: InstallableOptions
  27. *OpenUI *InstalledMemory/Memory Configuration: PickOne
  28. *DefaultInstalledMemory: None
  29. *InstalledMemory None/2 MB: ""
  30. *InstalledMemory 4Meg/4 MB: ""
  31. *CloseUI: *InstalledMemory
  32. *OpenUI *Option2/Lower Tray: Boolean
  33. *DefaultOption2: False
  34. *Option2 True/Installed: ""
  35. *Option2 False/Not Installed: ""
  36. *CloseUI: *Option2
  37. *CloseGroup: InstallableOptions
  38.  
  39. *%UIConstraints: *Option1 None *VMOption
  40. *UIConstraints: *InstalledMemory 4Meg *VMOption None
  41. *UIConstraints: *Option2 False *InputSlot Lower
  42. *UIConstraints: *InputSlot Lower *ManualFeed True
  43. *UIConstraints: *ManualFeed True *InputSlot Lower
  44.  
  45. *ColorDevice: False
  46. *LanguageLevel: "1"
  47. *DefaultColorSpace: Gray
  48. *VariablePaperSize: False
  49. *FileSystem: False
  50. *Throughput: "4"
  51. *Password: "0"
  52. *ExitServer: "
  53.   count 0 eq {  % is the password on the stack?
  54.     true
  55.   }{
  56.     dup    % potential password
  57.     statusdict /checkpassword get exec not
  58.   } ifelse
  59.   {  %  if no password or not valid
  60.     (WARNING : Cannot perform the exitserver command.) =
  61.     (Password supplied is not valid.) =
  62.     (Please contact the author of this software.) = flush
  63.     quit
  64.   } if
  65.   serverdict /exitserver get exec
  66. "
  67. *End
  68. *Reset: "
  69.   count 0 eq {  % is the password on the stack?
  70.     true
  71.   }{
  72.     dup    % potential password
  73.     statusdict /checkpassword get exec not
  74.   } ifelse
  75.   {  %  if no password or not valid
  76.     (WARNING : Cannot reset printer.) =
  77.     (Password supplied is not valid.) =
  78.     (Please contact the author of this software.) = flush
  79.     quit
  80.   } if
  81.   serverdict /exitserver get exec
  82.   systemdict /quit get exec
  83.   (WARNING : Printer Reset Failed.) = flush
  84. "
  85. *End
  86.  
  87. *DefaultResolution: 300dpi
  88. *?Resolution: "
  89. save
  90.   initgraphics
  91.   0 0 moveto currentpoint matrix defaultmatrix transform
  92.   0 72 lineto currentpoint matrix defaultmatrix transform
  93.   3 -1 roll sub dup mul
  94.   3 1 roll exch sub dup mul
  95.   add sqrt round cvi
  96.   (          ) cvs print (dpi) = flush
  97. restore
  98. "
  99. *End
  100.  
  101. *% Halftone Information ===============
  102. *ScreenFreq: "60.0"
  103. *ScreenAngle: "45.0"
  104. *DefaultScreenProc: Dot
  105. *ScreenProc Dot: "
  106. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  107. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  108. "
  109. *End
  110. *ScreenProc Line: "{ pop }"
  111. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  112.  
  113. *DefaultTransfer: Null
  114. *Transfer Null: "{ }"
  115. *Transfer Null.Inverse: "{ 1 exch sub }"
  116.  
  117. *% Paper Handling ===================
  118.  
  119. *% Use these entries to set paper size most of the time.
  120. *OpenUI *PageSize: PickOne
  121. *OrderDependency: 30 AnySetup *PageSize
  122. *DefaultPageSize: Letter
  123. *PageSize Letter: "statusdict /lettertray get exec letter"
  124. *PageSize Legal: "statusdict /legaltray get exec legal"
  125. *PageSize Executive: "statusdict /executivetray get exec"
  126. *PageSize A4: "statusdict /a4tray get exec a4"
  127. *PageSize A5: "statusdict /a5tray get exec"
  128. *PageSize B5: "statusdict /b5tray get exec"
  129. *PageSize LetterSmall: "statusdict /lettertray get exec lettersmall"
  130. *PageSize LegalSmall: "statusdict /legaltray get exec legalsmall"
  131. *PageSize A4Small: "statusdict /a4tray get exec a4small"
  132. *PageSize Comm10: "statusdict /com10tray get exec"
  133. *PageSize DL: "statusdict /dltray get exec"
  134. *PageSize Monarch: "statusdict /monarchtray get exec"
  135. *PageSize C5: "statusdict /c5tray get exec"
  136. *?PageSize: "
  137.  save
  138.   13 dict
  139.    dup /letter (Letter) put
  140.    dup /executivepage (Executive) put
  141.    dup /legal (Legal) put
  142.    dup /c5 (C5) put
  143.    dup /monarch (Monarch) put
  144.    dup /a4 (A4) put
  145.    dup /dl (DL) put
  146.    dup /a5 (A5) put
  147.    dup /com10 (Comm10) put
  148.    dup /b5 (B5) put
  149.    dup /lettersmall (LetterSmall) put
  150.    dup /legalsmall (LegalSmall) put
  151.    dup /a4small (A4Small) put
  152. begin
  153.    statusdict /papersize get exec {
  154.      {load exec} stopped not{= flush}if
  155.    }{
  156.      {load exec} stopped not{print (.Transverse) = flush}{(Unknown) = flush}ifelse
  157.    }ifelse
  158. end
  159.  restore
  160. "
  161. *End
  162. *CloseUI: *PageSize
  163.  
  164. *% These entries will set up the frame buffer. Usually used with manual feed.
  165. *OpenUI *PageRegion: PickOne
  166. *OrderDependency: 40 AnySetup *PageRegion
  167. *DefaultPageRegion: Letter
  168. *PageRegion Letter: "letter"
  169. *PageRegion Legal: "legal"
  170. *PageRegion Executive: "executivepage"
  171. *PageRegion A4: "a4"
  172. *PageRegion A5: "a5"
  173. *PageRegion B5: "b5"
  174. *PageRegion LetterSmall: "lettersmall"
  175. *PageRegion LegalSmall: "legalsmall"
  176. *PageRegion A4Small: "a4small"
  177. *PageRegion Comm10: "com10"
  178. *PageRegion DL: "dl"
  179. *PageRegion Monarch: "monarch"
  180. *PageRegion C5: "c5"
  181. *CloseUI: *PageRegion
  182.  
  183. *% The following entries provide information about specific paper keywords.
  184. *DefaultImageableArea: Letter
  185. *ImageableArea Letter: "1 1 611 779"
  186. *ImageableArea Legal: "1 1 611 995"
  187. *ImageableArea Executive: "2 1 520 743"
  188. *ImageableArea A4: "0 1 594 828"
  189. *ImageableArea A5: "2 1 419 582"
  190. *ImageableArea B5: "1 1 515 715"
  191. *ImageableArea LetterSmall: "30 31 582 761"
  192. *ImageableArea LegalSmall: "30 31 582 976"
  193. *ImageableArea A4Small: "29 31 566 811"
  194. *ImageableArea Comm10: "1 1 296 671"
  195. *ImageableArea DL: "1 1 311 610"
  196. *ImageableArea Monarch: "2 1 277 527"
  197. *ImageableArea C5: "2 1 457 636"
  198. *?ImageableArea: "
  199. save
  200.   /cvp {(                ) cvs print ( ) print } bind def
  201.   /upperright {10000 mul floor 10000 div} bind def
  202.   /lowerleft {10000 mul ceiling 10000 div} bind def
  203.   newpath clippath pathbbox
  204.   4 -2 roll exch 2 {lowerleft cvp} repeat
  205.   exch 2 {upperright cvp} repeat flush
  206.  restore
  207. "
  208. *End
  209.  
  210. *% These provide the physical dimensions of the paper (by keyword)
  211. *DefaultPaperDimension: Letter
  212. *PaperDimension Letter: "612 792"
  213. *PaperDimension Legal: "612 1008"
  214. *PaperDimension Executive: "521 756"
  215. *PaperDimension A4: "595 842"
  216. *PaperDimension A5: "420 595"
  217. *PaperDimension B5: "516 729"
  218. *PaperDimension LetterSmall: "612 792"
  219. *PaperDimension LegalSmall: "612 1008"
  220. *PaperDimension A4Small: "595 842"
  221. *PaperDimension Comm10: "297 684"
  222. *PaperDimension DL: "312 623"
  223. *PaperDimension Monarch: "278 540"
  224. *PaperDimension C5: "458 649"
  225.  
  226. *DefaultOutputBin: Upper
  227. *DefaultOutputOrder: Normal
  228.  
  229. *RequiresPageRegion All: True
  230. *OpenUI *InputSlot: PickOne
  231. *OrderDependency: 20 AnySetup *InputSlot
  232. *DefaultInputSlot:  Upper
  233. *InputSlot Upper: "0 statusdict  /setpapertray get exec"
  234. *InputSlot Lower: "1 statusdict /setpapertray get exec"
  235. *CloseUI: *InputSlot
  236.  
  237. *OpenUI *ManualFeed: Boolean
  238. *OrderDependency: 20 AnySetup *ManualFeed
  239. *DefaultManualFeed: False
  240. *?ManualFeed: "save
  241.   statusdict /manualfeed get
  242.   {(True)}{(False)}ifelse = flush
  243.   restore"
  244. *End
  245. *ManualFeed True: "statusdict /manualfeed true put"
  246. *ManualFeed False: "statusdict /manualfeed false put"
  247. *CloseUI: *ManualFeed
  248.  
  249. *% Font Information =====================
  250. *DefaultFont: Courier
  251. *Font Courier: Standard "(002.002)" Standard ROM
  252. *Font Courier-Bold: Standard "(002.002)" Standard ROM
  253. *Font Courier-BoldOblique: Standard "(002.002)" Standard ROM
  254. *Font Courier-Oblique: Standard "(002.002)" Standard ROM
  255. *Font Helvetica: Standard "(001.006)" Standard ROM
  256. *Font Helvetica-Bold: Standard "(001.007)" Standard ROM
  257. *Font Helvetica-BoldOblique: Standard "(001.007)" Standard ROM
  258. *Font Helvetica-Narrow: Standard "(001.006)" Standard ROM
  259. *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard ROM
  260. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard ROM
  261. *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard ROM
  262. *Font Helvetica-Oblique: Standard "(001.006)" Standard ROM
  263. *Font Symbol: Special "(001.003)" Special ROM
  264. *Font Times-Bold: Standard "(001.007)" Standard ROM
  265. *Font Times-BoldItalic: Standard "(001.009)" Standard ROM
  266. *Font Times-Italic: Standard "(001.007)" Standard ROM
  267. *Font Times-Roman: Standard "(001.007)" Standard ROM
  268. *?FontQuery: "
  269. save
  270.  /str 100 string dup 0 (fonts/) putinterval def
  271.  {
  272.    count 1 gt
  273.    {
  274.      exch dup str 6 94 getinterval cvs
  275.      (/) print print (:) print
  276.      FontDirectory exch known
  277.      {(Yes)}{(No)} ifelse =
  278.    }
  279.    {exit} ifelse
  280.  }bind loop
  281.  (*) = flush
  282. restore
  283. "
  284. *End
  285.  
  286. *?FontList: "
  287. save
  288.   FontDirectory { pop == } bind forall flush
  289.   (*) = flush
  290. restore
  291. "
  292. *End
  293.  
  294. *% Printer Messages (verbatim from printer):
  295. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  296. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  297. *Message: "\FontName\ not found, using Courier"
  298.  
  299. *% Status (format: %%[ status: <one of these> ]%% )
  300. *Status: "idle"
  301. *Status: "busy"
  302. *Status: "waiting"
  303. *Status: "printing"
  304. *Status: "warming up"
  305. *Status: "PrinterError: timeout, clearing printer"
  306. *Status: "PrinterError: WARMING UP"
  307. *Status: "PrinterError: COVER OPEN"
  308. *Status: "PrinterError: service call"
  309. *Status: "PrinterError: PAPER FEED JAM1"
  310. *Status: "PrinterError: PAPER FEED JAM2"
  311. *Status: "PrinterError: no toner cartridge"
  312. *Status: "PrinterError: PAPER JAM1"
  313. *Status: "PrinterError: PAPER JAM2"
  314.  
  315. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  316. *Source: "serial9"
  317. *Source: "serial25"
  318. *Source: "AppleTalk"
  319.  
  320. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  321. *PrinterError: "timeout, clearing printer"
  322. *PrinterError: "WARMING UP"
  323. *PrinterError: "COVER OPEN"
  324. *PrinterError: "service call"
  325. *PrinterError: "PAPER FEED JAM1"
  326. *PrinterError: "PAPER FEED JAM2"
  327. *PrinterError: "no toner cartridge"
  328. *PrinterError: "PAPER JAM1"
  329. *PrinterError: "PAPER JAM2"
  330.  
  331. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  332.  
  333. *% Color Separation Information =====================
  334.  
  335. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  336.  
  337. *InkName: ProcessBlack/Process Black
  338. *InkName: CustomColor/Custom Color
  339. *InkName: ProcessCyan/Process Cyan
  340. *InkName: ProcessMagenta/Process Magenta
  341. *InkName: ProcessYellow/Process Yellow
  342.  
  343. *%  For 60 lpi / 300 dpi  ===============================
  344.  
  345. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  346. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  347. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  348. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  349. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  350.  
  351. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  352. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  353. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  354. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  355. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  356.  
  357. *%  For 53 lpi / 300 dpi  ===============================
  358.  
  359. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  360. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  361. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  362. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  363. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  364.  
  365. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  366. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  367. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  368. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  369. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  370.  
  371. *% Last Edit Date: Jun 01 1993
  372. *% The byte count of this file should be exactly 011879 or 012249
  373. *% depending on the filesystem it resides in.
  374. *% end of PPD file for BLP Elite
  375.